internal/runtime/maps.table.getWithoutKey (method)

2 uses

	internal/runtime/maps (current package)
		map.go#L443: 	return m.directoryAt(idx).getWithoutKey(typ, hash, key)
		table.go#L225: func (t *table) getWithoutKey(typ *abi.MapType, hash uintptr, key unsafe.Pointer) (unsafe.Pointer, bool) {